PrintPageOrder Enumeration

Represents the order in which data in a spreadsheet is numbered and printed when the data does not fit on one printed page.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum PrintPageOrder

Members

TopToBottom0 Create pages from the top row to the bottom row before continuing with the next set of columns.
LeftToRight1 Create pages from the first column to the last column before continuing with the next set of rows.
None2 None.

See Also